{strip} {assign var=market_empty value=0} {assign var=products_count value=$this->myProductsCount()}
{$this->lang['Products_Listed_for_sale']}
{foreach $q as $product} {assign var="author" value=$this->getUserDetails($product.userid)} {assign var="edit_product" value=1}
{$product.product_location}
{$product.price} {$this->settings['MARKETPLACE_CURRENCY']}
{$product.product_location}
{$this->time_elapsed($product.added)}
{$this->time_elapsed($product.added)}
{foreachelse} {$this->info_msg($this->lang['you_dont_have_products'])} {assign var=market_empty value=1} {/foreach}
{if !$market_empty && count($q) >= $limit} {/if}
{/strip}